home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / windows / tbag32.zip / ABOUT3K.DFM / ABOUT3K.txt
Text File  |  1997-03-06  |  1KB  |  54 lines

  1. object frmAbout3K: TfrmAbout3K
  2.   Left = 632
  3.   Top = 296
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About3K'
  7.   ClientHeight = 153
  8.   ClientWidth = 342
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 342
  21.     Height = 153
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     BevelWidth = 2
  25.     Caption = 'Panel1'
  26.     TabOrder = 0
  27.     object HelpMemo: TMemo
  28.       Left = 0
  29.       Top = 0
  30.       Width = 342
  31.       Height = 153
  32.       TabStop = False
  33.       Align = alClient
  34.       BorderStyle = bsNone
  35.       Color = clBlue
  36.       Font.Color = clWhite
  37.       Font.Height = -16
  38.       Font.Name = 'Arial'
  39.       Font.Style = [fsBold]
  40.       Lines.Strings = (
  41.         ''
  42.         '    This freeware demo application is from:'
  43.         ''
  44.         '    Mike Orriss  (3K Computer Consultancy)'
  45.         ''
  46.         '  E-mail:  mjo@compuserve.com'
  47.         '  Phone:  +44 (0)1785 824053')
  48.       ParentFont = False
  49.       ReadOnly = True
  50.       TabOrder = 0
  51.     end
  52.   end
  53. end
  54.